Skip to content

Conversation

@mariafromano-25
Copy link
Contributor

/kind cleanup

Continuing the efforts of kubernetes/kubernetes#134172
Correspinding to PR kubernetes/kubernetes#135360

Currently as draft so I can run the specific test jobs and compare the output to see if the env variable is enabled by default and if the API should be set to beta or can be removed.

cc: @SergeyKanzhelev @roycaihw

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/config Issues or PRs related to code in /config area/jobs size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Nov 20, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mariafromano-25
Once this PR has been reviewed and has the lgtm label, please assign deads2k for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mariafromano-25
Copy link
Contributor Author

/test pull-kube-storage-version-migrator-disruptive
/test pull-kube-storage-version-migrator-fully-automated-e2e

@k8s-ci-robot
Copy link
Contributor

@mariafromano-25: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test pull-test-infra-gubernator
/test pull-test-infra-misc-image-build-test
/test pull-test-infra-prow-checkconfig
/test pull-test-infra-unit-test
/test pull-test-infra-verify-cri-o
/test pull-test-infra-verify-lint

Use /test all to run the following jobs that were automatically triggered:

pull-test-infra-gubernator
pull-test-infra-prow-checkconfig
pull-test-infra-unit-test
pull-test-infra-verify-lint

In response to this:

/test pull-kube-storage-version-migrator-disruptive
/test pull-kube-storage-version-migrator-fully-automated-e2e

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

- --timeout=50m
- --runtime-config=internal.apiserver.k8s.io/v1alpha1=true
- --env=KUBE_FEATURE_GATES=StorageVersionAPI=true,APIServerIdentity=true
- --runtime-config=internal.apiserver.k8s.io/v1beta1=true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it enabled by default or should be explicitly enabled?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realized the internal.apiserver.k8s.io API is for StorageVersionAPI, not for APIServerIdentity. StorageVersionAPI and internal.apiserver.k8s.io are still in alpha and need to be explicitly enabled.

https://github.com/kubernetes/kubernetes/blob/master/api/discovery/apis__internal.apiserver.k8s.io.json

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariafromano-25 The files being modified are for StorageVersionAPI, which is a different feature than APIServerIdentity.

You can clean up APIServerIdentity=true since this feature gate is now beta and enabled by default, but you need to keep internal.apiserver.k8s.io/v1alpha1=true and StorageVersionAPI=true since these are the alpha API & feature gate for the StorageVersionAPI test to work.

@mariafromano-25 mariafromano-25 marked this pull request as ready for review November 21, 2025 21:56
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config Issues or PRs related to code in /config area/jobs cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants